home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Animation
/
Animation Vol.1 (Profi ROM)(1994).iso
/
pool
/
updates
/
symantec
/
rtlinc.exe
/
ALLOC.H
< prev
next >
Wrap
C/C++ Source or Header
|
1993-05-13
|
258b
|
14 lines
/*_ alloc.h */
/* Copyright (C) 1992 by Symantec */
/* All Rights Reserved */
/* Note: ANSI users should #include <stdlib.h> instead of this file */
#ifndef __ALLOC_H
#define __ALLOC_H 1
#ifndef __STDLIB_H
#include <stdlib.h>
#endif
#endif